home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dr. Windows 3
/
dr win3.zip
/
dr win3
/
WINPROGS
/
UPC12BS1.ZIP
/
UUCICO
/
ULIBNMP.H
< prev
next >
Wrap
C/C++ Source or Header
|
1993-09-23
|
2KB
|
58 lines
#ifndef ULIBNMP_H
#define ULIBNMP_H
/*--------------------------------------------------------------------*/
/* u l i b n m p . h */
/* */
/* OS/2 named pipes support */
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/* Changes Copyright (c) 1990-1993 by Kendra Electronic */
/* Wonderworks. */
/* */
/* All rights reserved except those explicitly granted by the */
/* UUPC/extended license agreement. */
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/* RCS Information */
/*--------------------------------------------------------------------*/
/*
* $Id: ulibnmp.h 1.1 1993/09/24 03:46:07 ahd Exp $
*
* Revision history:
* $Log: ulibnmp.h $
* Revision 1.1 1993/09/24 03:46:07 ahd
* Initial revision
*
*
*/
int pactiveopenline(char *name, BPS baud, const boolean direct );
int ppassiveopenline(char *name, BPS baud, const boolean direct );
unsigned int psread(char *output, unsigned int wanted, unsigned int timeout);
int pswrite(const char *input, unsigned int len);
void pssendbrk(unsigned int duration);
void pcloseline(void);
void phangup( void );
void pSIOSpeed(BPS baud);
void pflowcontrol( boolean flow );
BPS pGetSpeed( void );
boolean pCD( void );
boolean pWaitForNetConnect(int timeout);
#endif